html,
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: "72",Arial,Helvetica,sans-serif;
	background: #e6ebef;
	background-repeat: repeat-x;
	background-position: 0 0;
	background-image: url(../Images/Login/home-bg.png);
}

.divOverlayInvis,
.divInvis {
	display: none;
	visibility: hidden
}

.divOverlayVis,
.divOverlayInvis {
	position: absolute;
	top: 33vh;
	margin: auto 10%;
	width: 80%;
	min-width: 500px;
	min-height: 272px;
	background-color: #f6F6f6;
}

.divOverlayHeader {
	background-color: #eeeeee;
	border-bottom: solid 1px #1b83d7;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	color: #000000;
}

.divOverlayContent {
	padding: 10px 25px;
	font-size: 15px;
}

.errorLabel {
	color: red
}

.continue {
	text-align: right;
}

#UserName, #Password {
	width: 160px;
}

#contentbox {
	position: relative;
}

#loginerror {
	color: #ff0000;
	font-weight: bold;
}

#content {
	height: 97vh;
	width: 600px;
	min-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 20vh;
	align-content: center;
	align-items: center;
	justify-content: center;
	display: flex;
	position: relative;
}

#spansfsf {
	display: inline-block;
	align-content: space-around;
	align-self: end;
}

#imgSfLogo {
	width: 343px;
}

#loginArea {
	height: 45vh;
	position: relative;
	width: 33%;
	min-width: 300px;
	margin: auto;
}

#divLogin {
	position: absolute;
	width: 100%; 
	margin: 50% 0;
	height: 137px;
	color: #000000;
	font-weight: bold;
	text-align: right;
}

#footer {
	height: 8vh;
	position: relative;
	margin: auto 5%;
	bottom: 0;
}

	#footer a,
	#footer a:visited,
	#footer a:active,
	#footer a:hover {
		font-size: 10px;
		color: black;
		margin: 0;
		text-decoration: underline;
	}

		#footer a:hover {
			text-decoration: underline;
		}

#footerCopyright {
	text-align: center;
	margin: 6px 0;
	font-size: 10px;
}

#UserName,
#Password {
	width: 200px;
}

#divUsername {
	margin-bottom: 10px;
}

#divNonProdWarning {
	width: 280px;
	margin-bottom: 10px;
	text-align: right;
}

#divSubmit {
	position: absolute;
    top: 70px;
    text-align: center;
    width: 100%;
}

#Submit {
	background-color: #5496cd;
    border: solid 1px #5496cd;
    color: #fff;
	width: 150px;
	height: 25px;
}

	#Submit:hover {
		background-color: #346187;
	}

#divLoginLinks {
	position: absolute;
    top: 105px;
    text-align: center;
    width: 100%;
}

#divLoginLinks a,
#divLoginLinks a:visited,
#divLoginLinks a:active,
#divSunsetMsg a,
#divSunsetMsg a:visited,
#divSunsetMsg a:active {
	font-size: 12px;
	text-decoration: none;
	color: #5496cd;
}

#divLoginLinks a:hover,
#divSunsetMsg a:hover {
	text-decoration: underline;
	color: #346187;
}

#divSunsetMsg {
	height: 22vh;
	position: relative;
	font-size: 12px;
	padding: 10px;
	text-align: center;
}

#divSunsetMsg a {
	font-weight: bold;	

}

@media (max-height: 540px) {
	#divLogin {
		margin: 10% 0 0;
	}
}